バージョン

Minimum メソッド (SummaryContext<TObjectType,TColumnType>)

LINQ ベースの最小集計を実行します。
シンタックス
'宣言
 
Protected Overrides Function Minimum( _
   ByVal query As IQueryable _
) As Object
protected override object Minimum( 
   IQueryable query
)

パラメータ

query
集計の実行対象の IQueryable。

戻り値の型

集計値。
参照